int[] data = { 19, 40, 75, 76, 90 }; // Declare, create, and assign
void setup() {
  size(100, 100);
}
